home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 3
/
LAUNCH.BIN
/
pc
/
sony
/
highdes.dir
/
00018_Script_init Cursor
< prev
next >
Wrap
Text File
|
1995-06-07
|
495b
|
22 lines
--init MotoCursor
on enterFrame
global gCurrCursorSprite, gOrgCursorWidth, gOrgCursorHeight, gCurrConstSprite
global gRightCursor, gCurrConstSprite
cursor 4
put the number of cast "SHDMTRC01.PCT" into gRightCursor
put 2 into gCurrConstSprite
put 28 into gCurrCursorSprite
put the width of sprite gCurrCursorSprite into gOrgCursorWidth
put the height of sprite gCurrCursorSprite into gOrgCursorHeight
-- ARROWCURSOR
MotoCursor
end